projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe99b7
)
(make-directory): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Jul 2007 02:52:32 +0000
(
02:52
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Jul 2007 02:52:32 +0000
(
02:52
+0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 80f5d0dac088d7380941dab43ba10bbfd1377807..f6fd82d0462374a1607a116f0ce6d4db7fe6ea75 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4036,6
+4036,8
@@
or multiple mail buffers, etc."
(defun make-directory (dir &optional parents)
"Create the directory DIR and any nonexistent parent dirs.
+If DIR already exists as a directory, do nothing.
+
Interactively, the default choice of directory to create
is the current default directory for file names.
That is useful when you have visited a file in a nonexistent directory.